home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Text / print / HPDJ870Src.lha / Make_000 < prev    next >
Text File  |  2002-05-20  |  413b  |  15 lines

  1. . Creates a smakefile for 'SMake' command.
  2. . Use SCOpts for options
  3. . Do NOT turn on LINK/Optimise options (lots of xref errors)
  4. . Printertag.asm MUST be first
  5.  
  6. mkmk target=HP_Deskjet_870c.000 force printertag.asm init.asm data.c dospecial.c render.c density.c transfer.c compression.c
  7. echo "Making 000 version!"
  8. ask "Delete object files?"
  9. if warn
  10. delete #?.o
  11. endif
  12. delete HP_Desket_870C.000
  13. Scopts CPU=ANY
  14. Smake
  15.